func time.get4
8 uses
time (current package)
zoneinfo_read.go#L386: func get4(b []byte) int {
zoneinfo_read.go#L420: if err := preadn(fd, buf, -ztailsize); err != nil || get4(buf) != zecheader {
zoneinfo_read.go#L424: size := get4(buf[12:])
zoneinfo_read.go#L425: off := get4(buf[16:])
zoneinfo_read.go#L456: if get4(buf) != zcheader {
zoneinfo_read.go#L460: size := get4(buf[24:])
zoneinfo_read.go#L464: off := get4(buf[42:])
zoneinfo_read.go#L492: get4(buf) != zheader ||
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |